home *** CD-ROM | disk | FTP | other *** search
- IBScrollTextInspector = {
- ACTIONS = {
- setEditableFrom:;
- };
- OUTLETS = {
- optionMatrix;
- textGrayMatrix;
- borderMatrix;
- backGrayMatrix;
- };
- SUPERCLASS = Inspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- ACTIONS = {
- performClick:;
- revert:;
- ok:;
- };
- OUTLETS = {
- owner;
- window;
- revertButton;
- okButton;
- object;
- controller;
- editor;
- };
- SUPERCLASS = Object;
- };
-